|
|
@@ -138,7 +138,7 @@ module DotHelper
|
138
|
138
|
def agent_edge(agent, receiver)
|
139
|
139
|
edge(agent_id[agent],
|
140
|
140
|
agent_id[receiver],
|
141
|
|
- style: ('dashed' unless agent.can_control_other_agents? || !receiver.propagate_immediately?),
|
|
141
|
+ style: ('dashed' unless receiver.propagate_immediately?),
|
142
|
142
|
label: (" #{agent.control_action}s " if agent.can_control_other_agents?),
|
143
|
143
|
arrowhead: ('empty' if agent.can_control_other_agents?),
|
144
|
144
|
color: (@disabled if agent.disabled? || receiver.disabled?))
|